home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / media / video / zoran / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  2.5 KB  |  74 lines

  1. config VIDEO_ZORAN
  2.     tristate "Zoran ZR36057/36067 Video For Linux"
  3.     depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && VIRT_TO_BUS
  4.     help
  5.       Say Y for support for MJPEG capture cards based on the Zoran
  6.       36057/36067 PCI controller chipset. This includes the Iomega
  7.       Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
  8.       a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
  9.       more information, check <file:Documentation/video4linux/Zoran>.
  10.  
  11.       To compile this driver as a module, choose M here: the
  12.       module will be called zr36067.
  13.  
  14. config VIDEO_ZORAN_DC30
  15.     tristate "Pinnacle/Miro DC30(+) support"
  16.     depends on VIDEO_ZORAN
  17.     select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
  18.     select VIDEO_VPX3220 if VIDEO_HELPER_CHIPS_AUTO
  19.     help
  20.       Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
  21.       card. This also supports really old DC10 cards based on the
  22.       zr36050 MJPEG codec and zr36016 VFE.
  23.  
  24. config VIDEO_ZORAN_ZR36060
  25.     tristate "Zoran ZR36060"
  26.     depends on VIDEO_ZORAN
  27.     help
  28.       Say Y to support Zoran boards based on 36060 chips.
  29.       This includes Iomega Buz, Pinnacle DC10, Linux media Labs 33
  30.       and 33 R10 and AverMedia 6 boards.
  31.  
  32. config VIDEO_ZORAN_BUZ
  33.     tristate "Iomega Buz support"
  34.     depends on VIDEO_ZORAN_ZR36060
  35.     select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
  36.     select VIDEO_SAA7185 if VIDEO_HELPER_CHIPS_AUTO
  37.     help
  38.       Support for the Iomega Buz MJPEG capture/playback card.
  39.  
  40. config VIDEO_ZORAN_DC10
  41.     tristate "Pinnacle/Miro DC10(+) support"
  42.     depends on VIDEO_ZORAN_ZR36060
  43.     select VIDEO_SAA7110 if VIDEO_HELPER_CHIPS_AUTO
  44.     select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
  45.     help
  46.       Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
  47.       card.
  48.  
  49. config VIDEO_ZORAN_LML33
  50.     tristate "Linux Media Labs LML33 support"
  51.     depends on VIDEO_ZORAN_ZR36060
  52.     select VIDEO_BT819 if VIDEO_HELPER_CHIPS_AUTO
  53.     select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
  54.     help
  55.       Support for the Linux Media Labs LML33 MJPEG capture/playback
  56.       card.
  57.  
  58. config VIDEO_ZORAN_LML33R10
  59.     tristate "Linux Media Labs LML33R10 support"
  60.     depends on VIDEO_ZORAN_ZR36060
  61.     select VIDEO_SAA7114 if VIDEO_HELPER_CHIPS_AUTO
  62.     select VIDEO_ADV7170 if VIDEO_HELPER_CHIPS_AUTO
  63.     help
  64.       support for the Linux Media Labs LML33R10 MJPEG capture/playback
  65.       card.
  66.  
  67. config VIDEO_ZORAN_AVS6EYES
  68.     tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
  69.     depends on VIDEO_ZORAN_ZR36060 && EXPERIMENTAL && VIDEO_V4L1
  70.     select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
  71.     select VIDEO_KS0127 if VIDEO_HELPER_CHIPS_AUTO
  72.     help
  73.       Support for the AverMedia 6 Eyes video surveillance card.
  74.